home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / macros / closeint < prev    next >
Encoding:
Text File  |  1980-02-19  |  79 b   |  7 lines

  1.  
  2. closeint macro
  3.     move.l exec(a5),a6
  4.     move.l intbase(a5),a1
  5.     jsr -414(a6)
  6.     endm
  7.